home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / TNEWJOURNAL / TNEWJOURNAL.txt
Text File  |  1996-10-21  |  3KB  |  136 lines

  1. object NewJournal: TNewJournal
  2.   Left = 257
  3.   Top = 61
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Journal Entry'
  6.   ClientHeight = 326
  7.   ClientWidth = 421
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Label99: TLabel
  16.     Left = 8
  17.     Top = 56
  18.     Width = 86
  19.     Height = 19
  20.     Alignment = taRightJustify
  21.     AutoSize = False
  22.     Caption = 'Title:'
  23.     Font.Color = clBlue
  24.     Font.Height = -16
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 144
  31.     Top = 16
  32.     Width = 41
  33.     Height = 19
  34.     Alignment = taRightJustify
  35.     Caption = 'Date:'
  36.     Font.Color = clBlue
  37.     Font.Height = -16
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Title: TEdit
  43.     Left = 96
  44.     Top = 48
  45.     Width = 201
  46.     Height = 26
  47.     Font.Color = clBlack
  48.     Font.Height = -16
  49.     Font.Name = 'Arial'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 1
  53.   end
  54.   object Remarks: TMemo
  55.     Left = 8
  56.     Top = 88
  57.     Width = 289
  58.     Height = 217
  59.     ScrollBars = ssVertical
  60.     TabOrder = 2
  61.   end
  62.   object JDate: TMaskEdit
  63.     Left = 192
  64.     Top = 8
  65.     Width = 105
  66.     Height = 26
  67.     EditMask = '!99-99-00;1;_'
  68.     Font.Color = clBlack
  69.     Font.Height = -16
  70.     Font.Name = 'Arial'
  71.     Font.Style = []
  72.     MaxLength = 8
  73.     ParentFont = False
  74.     TabOrder = 0
  75.     Text = '  -  -  '
  76.   end
  77.   object OKBtn: TBitBtn
  78.     Left = 320
  79.     Top = 232
  80.     Width = 93
  81.     Height = 31
  82.     Caption = 'Ok'
  83.     Default = True
  84.     Font.Color = clGreen
  85.     Font.Height = -19
  86.     Font.Name = 'Arial'
  87.     Font.Style = [fsBold]
  88.     ModalResult = 1
  89.     ParentFont = False
  90.     TabOrder = 3
  91.     Glyph.Data = {
  92.       F6000000424DF600000000000000760000002800000010000000100000000100
  93.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  94.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  95.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  96.       5555555555555555555555555205555555555555222055555555555522205555
  97.       5555555222220555555555222222055555555722052220555555720555522055
  98.       5555555555522205555555555555220555555555555552205555555555555572
  99.       0555555555555557205555555555555552205555555555555555}
  100.     Margin = 8
  101.     Spacing = -1
  102.   end
  103.   object CancelBtn: TBitBtn
  104.     Left = 321
  105.     Top = 275
  106.     Width = 93
  107.     Height = 31
  108.     Font.Color = clRed
  109.     Font.Height = -19
  110.     Font.Name = 'Arial'
  111.     Font.Style = [fsBold]
  112.     ParentFont = False
  113.     TabOrder = 4
  114.     Kind = bkCancel
  115.     Margin = 2
  116.     Spacing = -1
  117.   end
  118.   object HelpBtn: TBitBtn
  119.     Left = 381
  120.     Top = 91
  121.     Width = 25
  122.     Height = 31
  123.     Caption = ' '
  124.     Font.Color = clBlack
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.     TabOrder = 5
  130.     OnClick = HelpBtnClick
  131.     Kind = bkHelp
  132.     Margin = 2
  133.     Spacing = -1
  134.   end
  135. end
  136.